func log/slog.appendEscapedJSONString

2 uses

	log/slog (current package)
		handler.go#L544: 		*s.buf = appendEscapedJSONString(*s.buf, str)
		json_handler.go#L160: func appendEscapedJSONString(buf []byte, s string) []byte {